x86/dmar: place the initdata annotation after the variable type
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 26 Jan 2017 16:18:10 +0000 (16:18 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 26 Jan 2017 17:26:44 +0000 (17:26 +0000)
commit9b3a59c10d91a57975661686dbc08278b78ae1de
tree3a542650a9e0434b0a3a874cc351434c55605287
parentf71628bc159309d264a63fcf3134a702fe04ff69
x86/dmar: place the initdata annotation after the variable type

clang cannot cope with the annotation being in the middle of the variable
declaration.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/passthrough/vtd/dmar.c